home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!devmaccn.demon.co.uk
- From: Alan Griffiths <aGriffiths@ma.ccngroup.com>
- Newsgroups: comp.lang.c++
- Subject: Re: C++ compilers
- Date: Wed, 10 Jan 1996 09:18:39 GMT
- Organization: CCN Market Analysis
- Distribution: world
- Message-ID: <439559716wnr@ma.ccngroup.com>
- References: <4cllid$nbq@kettle.magna.com.au>
- Reply-To: aGriffiths@ma.ccngroup.com
- X-NNTP-Posting-Host: devmaccn.demon.co.uk
- X-Broken-Date: Wednesday, Jan 10, 1996 09.18.39 GMT
- X-Newsreader: Newswin Alpha 0.6
- X-Mail2News-Path: devmaccn.demon.co.uk
-
- In article: <4cllid$nbq@kettle.magna.com.au> kristoph@magna.com.au (Kristoph A. Cichocki) writes:
- >
- >
- > I am in search of a compiler, which works under Win95 and WinNT which
- > supports the dynamic_cast and typeid operators. Does anyone know if VC++4.0
- > does this, Symantec 7.0 or Borland ( whatever is the latest version ).
-
- dynamic_cast/typeid bool templates exceptions namespace
- MSVC4 - Yes No 4/10 5/10 10/10
- BCC4.5x - Yes emulates 7/10 9/10 No
- SC7.x - Yes No 7/10 9/10 No
-
- The scores out of ten relate to features that are implemented but don't
- match the language standard and reflect the level of problems I've
- experienced. (I.e. they are subjective)
-
- If you emulate bool with MFC4 be careful - this _reserved identifier_ is
- used as a structure member! :(
-
- > What are some 'pure' C++ compilers which will compile Windows 32-bit
- > software????
-
- What is "pure"? (Depending on what you intend; you're probably onto a
- loser, MFC and a [draft] standard implementation of C++ are incompatable)
-
- Alan Griffiths | Also editor of: The ISDF Newsletter
- Senior Systems Consultant, | (An Association of C and C++ Users publication)
- CCN Group Limited. | (ISDF editor : isdf@octopull.demon.co.uk)
- (agriffiths@ma.ccngroup.com) | (For ACCU see : http://bach.cis.temple.edu/accu)
-
-
-
-